bgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>
Mon, 23 May 2011 20:02:00 +0000 (15:02 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Mon, 23 May 2011 20:02:00 +0000 (15:02 -0500)
commit2ebe1ef6f27009dfb10b46796680219bca597493
treeac35443febb1184e6ce08c9012903dd8faa578b9
parenta21042c156c86e9d2b886f68b4c8f2d9781c5c3d
bgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER

If the user pressed Enter to confirm the file chooser while the filename entry
was empty, then gtk_file_chooser_default_should_respond() would go back and forth
between the cases for handling the filename entry and the file list.
gtk/gtkfilechooserdefault.c